Canvas.KeyDown Event

The key that has been passed to the event was pressed while the Canvas control has the focus. Return True to prevent the keydown event from propagating further.

Syntax

result = KeyDown( Key )


Parameters

Key

String

Return Value

Result

Boolean